
.blog_image2{
    width: 60%;
    height: auto;
}


@media screen and (max-width: 800px) {
    .blog_image2{
        width: 100%;
        height: auto;
    }
  }